﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    background-repeat: repeat-x;
    font-family: 微软雅黑;
    /*font-family: Arial; */
    color: #444444;
    background-color: #FFFFFF;
    background-image:url(../images/juncy/inner_bg_1.jpg); background-repeat:repeat-x; background-attachment:fixed;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-transform: capitalize;
}

.juncyDiv{
	text-align:center;
	width:auto;
	overflow:hidden;
}

.topMenuBannerAnnouncementCenter {
    margin: 0px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.topDiv {
    height: 0px;
    width: 1400px;
    background: #ececec;
    overflow: hidden;
    margin: 0px auto;
    text-align:left;
}

.innerBannerDiv{
	width:1400px;
	height:0px;
	overflow:hidden;
	background:green;
}


.Announcement {
    margin: 0px auto;
    width: 1398px;
    border: 1px solid #bcc1bd;
    height: 0px;
    line-height: 15px;
    overflow: hidden;
    background-image: url(../images/Announcement_bg.jpg);
}

.bodyDiv{
	overflow:hidden;
	text-align:left; 
	width:1400px;
	margin:0px auto;
	position:relative;
	/*	background-image:url(../images/loading_wide.gif);	改背景作用	（padding-top:30px; 向下顶）	*/
}

.leftDiv{
	width:250px;
	float:left;
	overflow:hidden;
	text-align:left;
	border:solid 0px red;
	/*
		leftmenu_sticky.js  改名
		.leftDiv  position:absolute;  去掉
		.contextDiv  margin-left:200px;  去掉
	*/
	position:absolute; 
	left:0px;
    margin-top:99px;
}

.contextDiv{
	width:1140px;
	height:auto;
	overflow:hidden;
	text-align:left;
	margin-left:250px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:0px;
    margin-top:0px;
    margin-top:99px;
}

.contextDiv_in{
	/*word-wrap:break-word;*/
	border:0px #E0E0E0 solid;
	border-top:0px;
	width:1130px;
	min-height:590px; height:auto; height:auto !important; height:600px; overflow:visible;	/* 最小高度又能自动拉伸 */
	padding:0px;
	margin-top:0px;
}
.contextDiv_in img {
    height:auto;
    max-width:100%;
}

.productDetailsTitle{
	height:37px;
	width:auto; 
	overflow:hidden; 
	line-height:33px; 
	padding-left:35px; 
	margin-bottom:8px;
	color:#FFFFFF;
	background-image:url(../images/productDetailsTitle_bg.gif);
	background-repeat:no-repeat;
}

.contextDiv_in_foot{
	 width:1380px;
	 height:0px;
	 overflow:hidden;
}

.contextDiv_in_shangXia {/* 上一条 下一条 */
    min-height:40px;
    width:100%;
    overflow:hidden;
    background-color:#F4F4F4;
    line-height:40px;
    border:dashed 1px #CCCCCC;
    margin-top:20px;
}

.middleDiv {
    width: 0px;
    background: #454545;
    float: left;
    overflow: hidden;
    text-align: left;
}

.siteMapNavigation {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    float: left;
    overflow: hidden;
    text-align: left;
    margin: 0px;
    background-image: url(../images/juncy/position_icon1.gif);
    background-position: 10px 5px;
    background-repeat: no-repeat;
    border-bottom: 3px solid #454545;
    margin-bottom: 10px;
}

.siteMapNavigation_left {
    width: 80%;
    height: 100%;
    line-height: 35px;
    overflow: hidden;
    float: left;
}

.siteMapNavigation_right {
    width: 20%;
    height: 100%;
    line-height: 35px;
    overflow: hidden;
    float: right;
    text-align: center;
}

.footDiv {
    height: 260px;
    width: 1400px;
    overflow: hidden;
    color: #e4e4e4;
    text-align: center;
    padding-top: 5px;
    margin: 0px auto;
}
.footDiv a:link {text-decoration: none; color:#5a5a5a;}
.footDiv a:visited {text-decoration: none; color:#5a5a5a;}
.footDiv a:hover {text-decoration: none; color:#d6d6d6;}
.footDiv a:active {text-decoration: none; font:#d6d6d6; color:#5a5a5a;}

.imagePic{
	 padding:3px;
	 border:1px;
	 border-color:#CCCCCC;	
}

.strCutCss{
	/*height:30px; width:450px;*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.buttonCss {
    height:35px;
    width:116px;
    background-color:#1c88c8;
    line-height:35px;
    color:#FFFFFF;
    text-align:center;
    border-radius:5px;
    border:1px solid #b7b7b7;
}
.buttonCss a:link {text-decoration: none; color:#FFFFFF;}
.buttonCss a:visited {text-decoration: none; color:#FFFFFF;}
.buttonCss a:hover {text-decoration: none; color:#f6f6f6;}
.buttonCss a:active {text-decoration: none; font:#f6f6f6; color:#FFFFFF;}

.aboutUS_more_bg {height:100%; width:100%; overflow:hidden; display:block; color: #FFFFFF;}
.aboutUS_more_bg a:link {text-decoration: none; color:#FFFFFF;}
.aboutUS_more_bg a:visited {text-decoration: none; color:#FFFFFF;}
.aboutUS_more_bg a:hover {text-decoration: none; color:#c4d8ff;}
.aboutUS_more_bg a:active {text-decoration: none; font:#c4d8ff; color:#FFFFFF;}

.aMax{
    height:100%; width:100%; overflow:hidden; display:block;
}

.index_pro_div {
    background-color: #fafafa;
}

    .index_pro_div:hover {
        box-shadow: 0px 0px 10px #c6c6c6;
        background-color: #FFFFFF;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

a:link {text-decoration: none; color:#444444;}
a:visited {text-decoration: none; color:#444444;}
a:hover {text-decoration: none; color:#e00000;}
a:active {text-decoration: none; font:#e00000; color:#444444;}

img {
    border: 0px; /*max-width:100%; height:auto;*/}
input {
	font-size:14px; padding:7px; border-radius:5px; border:1px solid #b7b7b7; margin:5px;
}
textarea {
	font-size:14px; padding:7px; border-radius:5px; border:1px solid #b7b7b7; margin:5px;
}
select {
	font-size:14px; padding:7px; border-radius:5px; border:1px solid #b7b7b7; margin:5px;
}

/*选中
::-moz-selection{color:#fff;color:rgba(255,255,255,0.85);background:#03a8b1;}
::selection{color:#fff;color:rgba(255,255,255,0.85);background:#03a8b1;}*/

.juncyProBuyCss a:link {
    text-decoration: none;
    color: #ffffff;
}

.juncyProBuyCss a:visited {
    text-decoration: none;
    color: #ffffff;
}

.juncyProBuyCss a:hover {
    text-decoration: none;
    color: #ececec;
}

.juncyProBuyCss a:active {
    text-decoration: none;
    font: #e00000;
    color: #ffffff;
}


.index_css_anli1 img {
    width: 450px;
    height: 620px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; /* 全部变化效果 */
}

    .index_css_anli1 img:hover {
        width: 490px;
        height: 660px;
    }

.index_css_anli2 img {
    width: 330px;
    height: 250px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; /* 全部变化效果 */
}

    .index_css_anli2 img:hover {
        width: 370px;
        height: 290px;
    }

.index_css_anli3 img {
    width: 330px;
    height: 350px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; /* 全部变化效果 */
}

    .index_css_anli3 img:hover {
        width: 370px;
        height: 390px;
    }
